Age | Commit message (Expand) | Author |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-19 | Add a flag to force redrawing of the status line even if the content | Nicholas Marriott |
2018-08-19 | Add a client redraw-window flag instead of the redraw-all flag and for | Nicholas Marriott |
2018-08-18 | Some tidying and helper functions. | Nicholas Marriott |
2018-08-14 | Add size to arguments struct too. | Nicholas Marriott |
2018-08-14 | Some tidying, use a struct for arguments (there will be more later) and | Nicholas Marriott |
2018-02-05 | Add struct status_line to hold status line members of struct client, not | Nicholas Marriott |
2017-12-22 | Fix memory leak in screen_redraw_make_pane_status. | Nicholas Marriott |
2017-10-16 | Infrastructure for drawing status lines of more than one line in height, | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-02-08 | Add a helper to store a cell, and some tidying. | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-01-07 | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | Nicholas Marriott |
2016-10-13 | Add support for BCE (background colour erase). This makes various escape | Nicholas Marriott |
2016-10-12 | Compare to see if pane status line has actually changed, not just size, and | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-10-09 | Make the CLIENT_STATUS flag imply that pane status lines are redrawn if | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-04-29 | Add option to include status text in the pane borders. If | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-05-07 | If status line is at the top, the offset needs to be adjusted when | Nicholas Marriott |
2015-04-19 | Support setting the default window and pane background colours (window | Nicholas Marriott |
2015-02-06 | Move pane border options to window options rather than session, from Marc Finet. | Nicholas Marriott |
2014-11-14 | Label windows which are smaller than expected with a reason. | Nicholas Marriott |
2014-03-31 | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott |
2014-01-31 | Break up and simplify screen_redraw_screen. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2013-03-25 | When only two panes in a window, only draw half the separating line as | Nicholas Marriott |
2013-03-25 | Do not redraw panes if invisible. | Nicholas Marriott |
2012-05-23 | Use a predefined structure for not-space cells used to set attributes. | Nicholas Marriott |
2012-01-29 | Add an option to move the status line to the top of the screen, | Nicholas Marriott |
2012-01-21 | Show pane size in top right of display panes mode. | Nicholas Marriott |
2011-11-15 | Make window_pane_index work the same as window_index, from Ben Boeckel. | Nicholas Marriott |
2011-07-08 | Do not continue to send data to suspended/locked clients or there will | Nicholas Marriott |
2010-09-11 | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott |
2010-02-04 | Option to display the active pane in a different colour with the display-panes | Nicholas Marriott |
2010-01-03 | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-10-28 | Add a minor optimisatin: if the character being printed is space, don't worry | Nicholas Marriott |
2009-10-12 | Similarly add a tty_cursor_pane function to tidy up most of the calls. | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |
2009-08-10 | Reset the attributes after drawing all or part of the screen, and reset the | Nicholas Marriott |
2009-07-31 | Pass the ACS border characters through tty_get_acs so they appear correctly on | Nicholas Marriott |
2009-07-24 | Use the full range of ACS line drawing characters to draw pane borders, | Nicholas Marriott |
2009-07-24 | Simplify screen redrawing by drawing the border and background together rather | Nicholas Marriott |