summaryrefslogtreecommitdiffstats
path: root/screen.c
AgeCommit message (Expand)Author
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30Do not leak path when freeing screen, from Sergey Nizovtsev.nicm
2020-05-16Store and restore cursor position when copy mode is resized, fromnicm
2020-05-05Store and restore cursor position when copy mode is resized, from AnindyaNicholas Marriott
2020-04-22Merge branch 'obsd-master'Thomas Adam
2020-04-22Update the cursor position when deleting lines from screens withoutnicm
2020-04-18Merge branch 'obsd-master'Thomas Adam
2020-04-18A resize can realloc so cannot cache the value of the list pointer.nicm
2020-04-18Merge branch 'obsd-master'Thomas Adam
2020-04-18There is no point in keeping a bunch of different text buffers for eachnicm
2020-04-17Merge branch 'obsd-master'Thomas Adam
2020-04-17Make sure the cursor position is still on screen after we have trimmednicm
2020-04-15Merge branch 'obsd-master'Thomas Adam
2020-04-15Instead of fixing with the cursor position when the copied screen isnicm
2020-04-15Merge branch 'obsd-master'Thomas Adam
2020-04-15Use grid_empty_line rather than memset when adding new lines on resize.nicm
2020-04-07Merge branch 'obsd-master'Thomas Adam
2020-04-07Do not restore history flag if it was never set.nicm
2020-03-31Merge branch 'obsd-master'Thomas Adam
2020-03-31Move alternate screen into the screen rather than the pane.nicm
2020-02-05Merge branch 'obsd-master'Thomas Adam
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.nicm
2020-02-03Merge branch 'obsd-master'Thomas Adam
2020-02-03Instead of passing titles through vis() which doubles backslashes, justnicm
2019-11-15Merge branch 'obsd-master'Thomas Adam
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm
2019-04-02Merge branch 'obsd-master'Thomas Adam
2019-04-02Store and restore cursor across reflow by working out a position basednicm
2019-03-20Merge branch 'obsd-master'Thomas Adam
2019-03-20Improve cursor positioning after reflow by storing the position as annicm
2019-01-15Merge branch 'obsd-master'Thomas Adam
2019-01-15Do not highlight characters which will not be copied, reported bynicm
2018-07-31Merge branch 'obsd-master'Thomas Adam
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlynicm
2018-07-04Merge branch 'obsd-master'Thomas Adam
2018-07-04Add accessors for grid linedata member, for some future work. From Dannicm
2017-11-15Merge branch 'obsd-master'Thomas Adam
2017-11-15Completely rewrite the reflow code to correctly handle double widthnicm
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02There is no point in reflowing panes which have not changed width.nicm
2017-10-06Merge branch 'obsd-master'Thomas Adam
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm
2017-06-05Linux build fixesThomas Adam
2017-06-04Be more strict about escape sequences that rename windows or set titles:nicm
2017-02-08Collect sequences of printable ASCII characters and process themnicm
2016-11-24Make the selection able to exist independent of the cursor position, sonicm
2016-10-13Add support for BCE (background colour erase). This makes various escapenicm
2016-10-12Redraw selection in tty_draw_line, so it appears when redrawing wholenicm
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm