mirror of
https://github.com/tmux/tmux.git
synced 2026-03-14 20:57:24 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb75ec25c8 | ||
|
|
7d06216289 |
@@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT([tmux], 2.9-rc3)
|
||||
AC_INIT([tmux], 2.9)
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
|
||||
@@ -837,7 +837,8 @@ format_trim_left(const char *expanded, u_int limit)
|
||||
*out++ = *cp;
|
||||
width++;
|
||||
cp++;
|
||||
}
|
||||
} else
|
||||
cp++;
|
||||
}
|
||||
*out = '\0';
|
||||
return (copy);
|
||||
@@ -883,7 +884,8 @@ format_trim_right(const char *expanded, u_int limit)
|
||||
*out++ = *cp;
|
||||
width++;
|
||||
cp++;
|
||||
}
|
||||
} else
|
||||
cp++;
|
||||
}
|
||||
*out = '\0';
|
||||
return (copy);
|
||||
|
||||
Reference in New Issue
Block a user