diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-06-10 14:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-06-10 14:01:10 +0100 |
commit | 1a53e790576b3cd04277ecb7550cf4863be33530 (patch) | |
tree | 6800491ead94bb036c8d7b29de453335b89ed476 | |
parent | c84ed36719f8bfc72ef52e8e0a43003464de587e (diff) | |
parent | 17e474445983ce4fd28cf181829657f1b8ff6ad1 (diff) | |
download | rtmux-1a53e790576b3cd04277ecb7550cf4863be33530.tar.gz rtmux-1a53e790576b3cd04277ecb7550cf4863be33530.tar.bz2 rtmux-1a53e790576b3cd04277ecb7550cf4863be33530.zip |
Merge branch 'obsd-master'
-rw-r--r-- | screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ screen_resize_x(struct screen *s, u_int sx) /* * Treat resizing horizontally simply: just ensure the cursor is * on-screen and change the size. Don't bother to truncate any lines - - * then the data should be accessible if the size is then incrased. + * then the data should be accessible if the size is then increased. * * The only potential wrinkle is if UTF-8 double-width characters are * left in the last column, but UTF-8 terminals should deal with this |