- cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
- e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
- 07e2d88 Use ACS for pane border indicators so they work with different line by nicm · 2 years, 10 months ago
- 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
- c6149ad Make pane-border-format a pane option, GitHub issue 2999. by nicm · 2 years, 12 months ago
- 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 3 years, 1 month ago
- add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
- b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 1 month ago
- 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
- 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
- 9013600 Return to applying pane-border-style to the area outside panes, GitHub by nicm · 3 years, 3 months ago
- 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
- ff860e5 Move mode set/reset after sync so cursor doesn't flicker, from Avi Halachmi. by nicm · 3 years, 7 months ago
- 3dddc11 Send Unicode directional isolate characters around horizontal pane by nicm · 3 years, 10 months ago
- f6095ca Do not include the status line size when working out the character for by nicm · 3 years, 12 months ago
- 1f5e520 Correct checks for window borders. by nicm · 4 years, 4 months ago
- b6aeb86 Check for no pane border status line separately from top/bottom. by nicm · 4 years, 5 months ago
- 5340bf5 Correctly redraw pane border bottom line when the status line is on and by nicm · 4 years, 5 months ago
- e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 6 months ago
- 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
- 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
- f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
- 21a39c9 Do not redraw or update mode if nothing has changed. by nicm · 4 years, 6 months ago
- 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
- 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 4 years, 7 months ago
- b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 7 months ago
- 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 7 months ago
- d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 7 months ago
- 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 7 months ago
- b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 7 months ago
- 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
- 90dba3e Mark pane status line jobs with FORMAT_STATUS also so it redraws when by nicm · 5 years ago
- d83f356 Add #define for the pane status line option position numbers. by nicm · 5 years ago
- 5fef946 Always redraw overlay if it is on (so status line doesn't redraw over it). by nicm · 5 years ago
- f9682d2 Add a flag to redraw only the overlay, and remove the overlay on resize. by nicm · 6 years ago
- 89db309 Move around the display-panes identify code to make it a bit more by nicm · 6 years ago
- e3b1358 Do not let the size of the pane status screen go negative. by nicm · 6 years ago
- 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
- b588b17 Use a pointer for the active screen in the status line instead of by nicm · 6 years ago
- b4f5b99 Tidy and rename some bits of status line code. by nicm · 6 years ago
- 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
- 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
- cac4ead Add a flag to force redrawing of the status line even if the content by nicm · 6 years ago
- 88327c7 Add a client redraw-window flag instead of the redraw-all flag and for by nicm · 6 years ago
- 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
- 14b97fc Add size to arguments struct too. by nicm · 6 years ago
- d0a600c Some tidying, use a struct for arguments (there will be more later) and by nicm · 6 years ago
- 7f4513e Add struct status_line to hold status line members of struct client, not by nicm · 7 years ago
- c363c23 Fix memory leak in screen_redraw_make_pane_status. by nicm · 7 years ago
- 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 7 years ago
- 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
- 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
- ac1f294 Add a helper to store a cell, and some tidying. by nicm · 8 years ago
- 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
- 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
- 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
- e0add11 Compare to see if pane status line has actually changed, not just size, and by nicm · 8 years ago
- c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
- b8f2dd8 Make the CLIENT_STATUS flag imply that pane status lines are redrawn if by nicm · 8 years ago
- 1fd6ca2 Instead of representing colours in several different forms with various by nicm · 8 years ago
- 0509be0 Add option to include status text in the pane borders. If by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
- b6be03f If status line is at the top, the offset needs to be adjusted when by nicm · 10 years ago
- ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
- 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
- e092926 Label windows which are smaller than expected with a reason. by nicm · 10 years ago
- 175f215 Having three *clock* files is ridiculous, remove clock.c. by nicm · 11 years ago
- 9f02feb Break up and simplify screen_redraw_screen. by nicm · 11 years ago
- 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
- 111d993 When only two panes in a window, only draw half the separating line as active. by Nicholas Marriott · 12 years ago
- 446fb0c Do not redraw panes if invisible. by Nicholas Marriott · 12 years ago
- 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
- 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
- b92e81a Show pane size in top right of display panes mode. by Nicholas Marriott · 13 years ago
- 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- d5269a2 Do not continue to send data to suspended/locked clients or there will by Nicholas Marriott · 13 years ago
- cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
- 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
- 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 1eaefbf Add a minor optimisatin: if the character being printed is space, don't worry by Nicholas Marriott · 15 years ago
- 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
- 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
- 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
- 181e1bc Reset the attributes after drawing all or part of the screen, and reset the by Nicholas Marriott · 15 years ago
- 5db47ed Pass the ACS border characters through tty_get_acs so they appear correctly on by Nicholas Marriott · 15 years ago
- 1331738 Use the full range of ACS line drawing characters to draw pane borders, by Nicholas Marriott · 15 years ago
- 029599c Simplify screen redrawing by drawing the border and background together rather by Nicholas Marriott · 15 years ago
- f08c9b2 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
- ae2ea52 Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
- fe20c0d Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
- 83078bd Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago