What is terminal initialization by reset
command? When should reset
command be used?
Asked
Active
Viewed 561 times
1

Pandya
- 35,771
- 44
- 128
- 188
2 Answers
1
For me:
$ tput reset | od -t x1z 0000000 1b 63 1b 5b 21 70 1b 5b 3f 33 3b 34 6c 1b 5b 34 ..c.[!p.[?3;4l.[4. 0000020 6c 1b 3e .l... 0000023
... cleansed a bit in the 'z' output above - > / < doesn't work well here.
More information, (too much?):
$ man terminfo

Hannu
- 5,374
- 1
- 23
- 40