1. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  2. 9f02feb Break up and simplify screen_redraw_screen. by nicm · 11 years ago
  3. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  4. 111d993 When only two panes in a window, only draw half the separating line as active. by Nicholas Marriott · 12 years ago
  5. 446fb0c Do not redraw panes if invisible. by Nicholas Marriott · 12 years ago
  6. 919bde7 When only two panes in a window, only draw half the separating line as active. by Nicholas Marriott · 12 years ago
  7. dde5d49 Do not redraw panes if invisible. by Nicholas Marriott · 12 years ago
  8. c6fc877 Sync OpenBSD patchset 1122: by Tiago Cunha · 12 years ago
  9. 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
  10. e4a7cef Sync OpenBSD patchset 1015: by Tiago Cunha · 13 years ago
  11. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  12. 4d80980 Sync OpenBSD patchset 1010: by Tiago Cunha · 13 years ago
  13. b92e81a Show pane size in top right of display panes mode. by Nicholas Marriott · 13 years ago
  14. 9ec4575 Sync OpenBSD patchset 979: by Tiago Cunha · 13 years ago
  15. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  16. 67e7077 Sync OpenBSD patchset 936: by Tiago Cunha · 13 years ago
  17. d5269a2 Do not continue to send data to suspended/locked clients or there will by Nicholas Marriott · 13 years ago
  18. 5126037 Sync OpenBSD patchset 762: by Tiago Cunha · 14 years ago
  19. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  20. 82ba7e6 Sync OpenBSD patchset 632: by Tiago Cunha · 15 years ago
  21. 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
  22. 106011a Sync OpenBSD patchset 597: by Tiago Cunha · 15 years ago
  23. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  24. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  25. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  26. d13d3a9 Sync OpenBSD patchset 471: by Tiago Cunha · 15 years ago
  27. 1eaefbf Add a minor optimisatin: if the character being printed is space, don't worry by Nicholas Marriott · 15 years ago
  28. 8bdcc10 Sync OpenBSD patchset 393: by Tiago Cunha · 15 years ago
  29. 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
  30. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  31. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  32. ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
  33. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  34. c261ae3 Sync OpenBSD patchset 240: by Tiago Cunha · 15 years ago
  35. 181e1bc Reset the attributes after drawing all or part of the screen, and reset the by Nicholas Marriott · 15 years ago
  36. a834d03 Sync OpenBSD patchset 209: by Tiago Cunha · 15 years ago
  37. 5db47ed Pass the ACS border characters through tty_get_acs so they appear correctly on by Nicholas Marriott · 15 years ago
  38. 5e7a48a Sync OpenBSD patchset 179: by Tiago Cunha · 15 years ago
  39. 723f363 Sync OpenBSD patchset 177: by Tiago Cunha · 15 years ago
  40. 1331738 Use the full range of ACS line drawing characters to draw pane borders, by Nicholas Marriott · 15 years ago
  41. 029599c Simplify screen redrawing by drawing the border and background together rather by Nicholas Marriott · 15 years ago
  42. ff500b4 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
  43. 72d56bd Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  44. 1e574bb Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
  45. f08c9b2 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
  46. ae2ea52 Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  47. fe20c0d Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
  48. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  49. 947fabc Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  50. 83078bd Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  51. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  52. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  53. fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 16 years ago
  54. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  55. 4748534 Only redraw screen when not hidden. Heh. by Nicholas Marriott · 16 years ago
  56. 15362ef Don't need to refresh layout here. Also don't redraw over status line. by Nicholas Marriott · 16 years ago
  57. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  58. 6c27f1c Draw vertical line on the right when window size is limited. by Nicholas Marriott · 16 years ago
  59. 587bade Clear using ED when redrawing the screen. I foolishly assumed using spaces by Nicholas Marriott · 16 years ago
  60. f6001f9 Whoops. Didn't mean to commit this yet. by Nicholas Marriott · 16 years ago
  61. b97264b Update TODO. by Nicholas Marriott · 16 years ago
  62. 5b7e882 Don't redraw status if it has already been redrawed as part of entire screen. by Nicholas Marriott · 16 years ago
  63. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  64. 959eeef FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted. by Nicholas Marriott · 16 years ago
  65. 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
  66. 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
  67. e444b0b Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take by Nicholas Marriott · 16 years ago
  68. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
  69. e9bb939 Update. by Nicholas Marriott · 16 years ago
  70. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  71. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  72. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  73. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  74. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  75. 62457bc Trim. by Nicholas Marriott · 16 years ago
  76. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  77. 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 16 years ago
  78. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  79. f0bc951 Unused variable. by Nicholas Marriott · 16 years ago
  80. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  81. 0591d9f I'm an idiot - it is start,len not start,end. Unbreak. by Nicholas Marriott · 16 years ago
  82. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  83. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  84. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  85. b8e616f This was wrong... by Nicholas Marriott · 17 years ago
  86. e7f68a0 Write status across entire line. by Nicholas Marriott · 17 years ago
  87. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago