What is terminal initialization by reset command? When should reset command be used?
Asked
Active
Viewed 584 times
1
Pandya
- 37,289
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
- 6,605
- 1
- 28
- 45