diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-11-16 13:28:59 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-11-16 13:28:59 +0000 |
| commit | 5ca710d9e3284393dfbd294915e9e4251b0fe728 (patch) | |
| tree | a7d6dc2e37673d14fe88ec6bf68e644271c67e92 /CHANGES | |
| parent | 46f5e42145ed34567b29c73032adbd8a41f5dfa2 (diff) | |
| download | rtmux-5ca710d9e3284393dfbd294915e9e4251b0fe728.tar.gz rtmux-5ca710d9e3284393dfbd294915e9e4251b0fe728.tar.bz2 rtmux-5ca710d9e3284393dfbd294915e9e4251b0fe728.zip | |
Disable UTF-8 by default and add options to enable it.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ 16 November 2008 +* New window option: "utf8"; this must be on (it is off by default) for UTF-8 + to be parsed. The global/session option "utf8-default" controls the setting + for new windows. + + This means that by default tmux does not handle UTF-8. To use UTF-8 by + default it is necessary to a) "set utf8-default on" in .tmux.conf b) start + tmux with -u on any terminal which support UTF-8. + + It seems a bit unnecessary for this to be a per-window option but that is + the easiest way to do it, and it can't do any harm... * Enable default colours if op contains \033[39;49m, based on a report from fulvio ciriaco. @@ -697,4 +707,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.166 2008-11-16 10:10:26 nicm Exp $ +$Id: CHANGES,v 1.167 2008-11-16 13:28:59 nicm Exp $ |