mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:22:29 +00:00
Fix so that the end of a synchronized update again triggers a redraw.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -1,4 +1,8 @@
|
||||
CHANGES FROM 3.7 to 3.7a
|
||||
CHANGES FROM 3.7a TO 3.7b
|
||||
|
||||
* Fix so that the end of a synchronized update again triggers a redraw.
|
||||
|
||||
CHANGES FROM 3.7 TO 3.7a
|
||||
|
||||
* Fix crash in break-pane when no name is provided.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT([tmux], 3.7a)
|
||||
AC_INIT([tmux], 3.7b)
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
|
||||
Reference in New Issue
Block a user