|
|
|
|
|
by upofadown
2260 days ago
|
|
>However, I find the current screen refresh rate way too low. Emacs does (or did) different things depending on the data rate of the terminal. If the rate was low enough, it would do stuff to avoid having to redraw the text. * https://www.gnu.org/software/emacs/manual/html_node/elisp/Te... Added: I just tried it with the rate set to 110 baud (for sentimental reasons) and emacs started leaving half the screen to fill in every time I hit the top or bottom of the screen. The general idea seemed to be to keep the cursor vertically near the middle of the screen as much as possible. Good for adding new text on a eink display. Wouldn't help if you were overwriting existing text unless you were willing to leave the old text there for a time. |
|