Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ac1f294bb930a0c05f96197b6a53b883ebc483f2
      
https://github.com/tmux/tmux/commit/ac1f294bb930a0c05f96197b6a53b883ebc483f2
  Author: nicm <nicm>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M grid.c
    M screen-redraw.c

  Log Message:
  -----------
  Add a helper to store a cell, and some tidying.


  Commit: 7475165cd87d443da34da11298e638d3d17f43e9
      
https://github.com/tmux/tmux/commit/7475165cd87d443da34da11298e638d3d17f43e9
  Author: nicm <nicm>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M input.c
    M screen-write.c
    M server-client.c
    M tty.c

  Log Message:
  -----------
  Some other tidying bits.


  Commit: d4b006b9faf001de41560db2e8fb890c654598e2
      
https://github.com/tmux/tmux/commit/d4b006b9faf001de41560db2e8fb890c654598e2
  Author: nicm <nicm>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Fix clear start of line.


  Commit: 13a0b6bb3fe05454cace81f5ec7624f6fd9021a5
      
https://github.com/tmux/tmux/commit/13a0b6bb3fe05454cace81f5ec7624f6fd9021a5
  Author: nicm <nicm>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M grid-view.c
    M grid.c
    M input.c
    M screen-write.c
    M screen.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Collect sequences of printable ASCII characters and process them
together instead of handling them one by one. This is significantly
faster. Sequences are terminated when we reach the end of the line, fill
the internal buffer, or a different character is seen by the input
parser (an escape sequence, or UTF-8).

Rather than writing collected sequences out immediately, hold them until
it is necessary (another screen modification, or we consume all
available data). This means we can discard changes that would have no
effect (for example, lines that would just be scrolled off the screen or
cleared). This reduces the total amount of data we write out to the
terminal - not important for fast terminals, but a big help with slow
(like xterm).


  Commit: e100d465daefd20da0bb5eea87c4b4896badff16
      
https://github.com/tmux/tmux/commit/e100d465daefd20da0bb5eea87c4b4896badff16
  Author: nicm <nicm>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M input.c
    M screen-write.c
    M tmux.h
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  Add support for scroll up escape sequence (CSI S) and use it when
possible instead of sending individual line feeds.


  Commit: 05802a6fe309e3b4559286ca5ce3c51f7367d661
      
https://github.com/tmux/tmux/commit/05802a6fe309e3b4559286ca5ce3c51f7367d661
  Author: nicm <nicm>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  window_copy_pagedown shouldn't reset the mode anymore, instead let the
caller do it so it can free the marks. Problem reported by attila at
stalphonsos dot com.


  Commit: 130b77edc737fcd113964fd77123285d78dfe3f9
      
https://github.com/tmux/tmux/commit/130b77edc737fcd113964fd77123285d78dfe3f9
  Author: Thomas Adam <[email protected]>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M grid-view.c
    M grid.c
    M input.c
    M screen-redraw.c
    M screen-write.c
    M screen.c
    M server-client.c
    M tmux.h
    M tty-term.c
    M tty.c
    M window-copy.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


Compare: https://github.com/tmux/tmux/compare/e09625e38b36...130b77edc737

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to