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
|
# configure.ac
|
||||||
|
|
||||||
AC_INIT([tmux], 2.9-rc3)
|
AC_INIT([tmux], 2.9)
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(etc)
|
AC_CONFIG_AUX_DIR(etc)
|
||||||
|
|||||||
@@ -837,7 +837,8 @@ format_trim_left(const char *expanded, u_int limit)
|
|||||||
*out++ = *cp;
|
*out++ = *cp;
|
||||||
width++;
|
width++;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
} else
|
||||||
|
cp++;
|
||||||
}
|
}
|
||||||
*out = '\0';
|
*out = '\0';
|
||||||
return (copy);
|
return (copy);
|
||||||
@@ -883,7 +884,8 @@ format_trim_right(const char *expanded, u_int limit)
|
|||||||
*out++ = *cp;
|
*out++ = *cp;
|
||||||
width++;
|
width++;
|
||||||
cp++;
|
cp++;
|
||||||
}
|
} else
|
||||||
|
cp++;
|
||||||
}
|
}
|
||||||
*out = '\0';
|
*out = '\0';
|
||||||
return (copy);
|
return (copy);
|
||||||
|
|||||||
Reference in New Issue
Block a user