summaryrefslogtreecommitdiffstats
path: root/font
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-01-18 17:27:07 +0000
committerGitHub <noreply@github.com>2018-01-18 17:27:07 +0000
commitb396a9a75350c5b1c82f5aae06a68dbd035df83c (patch)
tree78237c0335b4440f3e656ea9d096e528dd7979a7 /font
parent692cdef9e3104aa0d0df21608499f70e36a8b846 (diff)
Implement `reset_state` of Term struct (#1035)
Up to this point the `reset_state` method of the `Term` struct has been just a placeholder. This has been changed and all important state has been reset. The only state that has not been reset is stuff which is retrieved from the config and isn't stored as default on the `Term` struct either. From what I can tell these are all never changed though. This fixes jwilm/alacritty#1033. After doing some more testing trying to figure out how to fix that all glyphs are messed up after doing `cat /dev/urandom`, I was able to confirm that resetting `Term::cursor` fixes the glyphs and restores everything to normal. So this also fixes jwilm/alacritty#804.
Diffstat (limited to 'font')
0 files changed, 0 insertions, 0 deletions