ForkKILLET / TerminalXbqg

Read novel from xbqg in your terminal easily. Awesome features: bookcase, update watching, interactive mode, pagewarner, etc.
17 stars 2 forks source link

Deal with spaces in interactive mode #9

Closed ForkKILLET closed 3 years ago

ForkKILLET commented 3 years ago
xbqg % a = 'string with spaces'     # OK
xbqg % a = string\ with\ spaces'    # OK
xbqg i
xbqg$ % a = ???                     # Need fixing