Switched unicode to be the default mode.

This commit is contained in:
Michael Lazar
2015-05-12 23:42:31 -07:00
parent a23561e8f5
commit bf2d464081
5 changed files with 15 additions and 15 deletions

View File

@@ -73,9 +73,9 @@ Example config:
# Default submission link - will be opened every time the program starts
# link=http://www.reddit.com/r/CollegeBasketball/comments/31irjq
# Enable unicode characters (experimental)
# This is known to be unstable with east asian wide character sets
# unicode=true
# Enable ascii-only mode and disable unicode characters
# This may be necessary for compatability with some terminal browsers
# ascii=True
RTV allows users to compose comments and replys using their preferred text editor (**vi**, **nano**, **gedit**, etc).
Set the environment variable ``RTV_EDITOR`` to specify which editor the program should use.