1. 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 4 years, 5 months ago
  2. b72498c Update the cursor position when deleting lines from screens without by nicm · 4 years, 6 months ago
  3. 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 4 years, 6 months ago
  4. ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 4 years, 6 months ago
  5. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 4 years, 6 months ago
  6. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 4 years, 6 months ago
  7. c7883d5 Use grid_empty_line rather than memset when adding new lines on resize. by nicm · 4 years, 6 months ago
  8. 1c8f7c1 Do not restore history flag if it was never set. by nicm · 4 years, 6 months ago
  9. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 7 months ago
  10. fb29242 Make list-keys description clearer in tmux.1 and remove an unused variable. by nicm · 4 years, 9 months ago
  11. 265164d Instead of passing titles through vis() which doubles backslashes, just by nicm · 4 years, 9 months ago
  12. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 4 years, 11 months ago
  13. ffa4d48 Store and restore cursor across reflow by working out a position based by nicm · 6 years ago
  14. 9ee1a8f Improve cursor positioning after reflow by storing the position as an by nicm · 6 years ago
  15. 34c0807 Do not highlight characters which will not be copied, reported by by nicm · 6 years ago
  16. 82776c4 Move struct screen_sel into screen.c and tidy up members that are only by nicm · 6 years ago
  17. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  18. 533a571 Completely rewrite the reflow code to correctly handle double width by nicm · 7 years ago
  19. 3887d95 There is no point in reflowing panes which have not changed width. by nicm · 7 years ago
  20. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 7 years ago
  21. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  22. 13a0b6b Collect sequences of printable ASCII characters and process them by nicm · 8 years ago
  23. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  24. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  25. 4160df4 Redraw selection in tty_draw_line, so it appears when redrawing whole by nicm · 8 years ago
  26. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  27. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  28. 2627ab3 Remember the number of lines scrolled into the history (versus cleared by nicm · 8 years ago
  29. 0f73af8 Don't update cells in each block of data read from a pane immediately, by nicm · 8 years ago
  30. 17e4744 Spelling error (incrased -> increased), from Josh Soref. by nicm · 8 years ago
  31. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  32. 2a1f27e Couple of trivial style nits. by nicm · 9 years ago
  33. 9952201 Count brackets in #{?...} so that nested conditional formats work, from by nicm · 9 years ago
  34. d9b3133 Only set default title to hostname on screens that are being used for a by nicm · 9 years ago
  35. 8a8e2eb correctly use HOST_NAME_MAX. by deraadt · 10 years ago
  36. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
  37. 900f6fc Tidy up some includes. by nicm · 10 years ago
  38. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  39. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  40. 29d20a5 Fix two copy mode problems: by nicm · 10 years ago
  41. adc1f21 Three small changes from Tiago Cunha: by nicm · 11 years ago
  42. 88a4da9 Don't let cursor position overflow when reflowing, from Christopher Collins. by Nicholas Marriott · 11 years ago
  43. 9b7e18f Rework reflow code so it does not do so much allocation which should be by Nicholas Marriott · 12 years ago
  44. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  45. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  46. 87d092d Michael Krysiak points out that some terminals (eg mintty) have cursor by Nicholas Marriott · 13 years ago
  47. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 13 years ago
  48. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 13 years ago
  49. a70df70 Don't need vis.h anymore. by Nicholas Marriott · 13 years ago
  50. b1dfc74 Don't use strnvis for the title as it breaks UTF-8. set-titles is now by Nicholas Marriott · 13 years ago
  51. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  52. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  53. 6704c86 rather than using an empty "" as the default window title, put the hostname by Bob Beck · 15 years ago
  54. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  55. 739b937 Fix selection behaviour when the cursor is moved backwards (ie so the selection by Nicholas Marriott · 15 years ago
  56. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  57. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  58. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  59. ad006bc When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  60. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  61. 58361eb When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  62. 8c497ec When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  63. 3db2433 Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  64. f4b8f00 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 15 years ago
  65. d42fb43 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  66. 2faec76 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  67. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago