aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorEli Zaretskii2017-05-18 23:18:29 +0300
committerEli Zaretskii2017-05-18 23:18:29 +0300
commit064b92d6e5a80f5435e2d941ec400ff9bd63d127 (patch)
tree1a0ccdcc27c3d2cb3a525343df1b9101943f37ba /src/data.c
parentf6816a659c61d26d2d3328f34e43280b4ae1cf09 (diff)
downloademacs-064b92d6e5a80f5435e2d941ec400ff9bd63d127.tar.gz
emacs-064b92d6e5a80f5435e2d941ec400ff9bd63d127.zip
Support hscrolling only the current line
* src/xdisp.c (hscrolling_current_line_p): New function. (init_iterator): If auto-hscrolling just the current line, don't increment the iterator's first_visible_x and last_visible_x variables. (hscroll_window_tree): Recompute window's hscroll when moving vertically to another screen line. (redisplay_window): If we are hscrolling only the current line, disable the optimizations that rely on the current matrix being up-to-date. (display_line): Accept an additional argument CURSOR_VPOS, the vertical position of the current screen line which might need hscrolling; all callers changed. Compute first_visible_x and last_visible_x specially when auto-hscrolling current line, by repeating the calculation that is done in init_iterator in other modes. (syms_of_xdisp) <auto-hscroll-mode>: No longer boolean, it can now accept a 3rd value 'current-line, to turn on the mode where only the current line is hscrolled. * etc/NEWS: Mention the new auto-hscroll-mode value.
Diffstat (limited to 'src/data.c')
0 files changed, 0 insertions, 0 deletions