mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Change tilde_space to be 0 by default
This commit is contained in:
13
CHANGES
13
CHANGES
@@ -25,17 +25,18 @@ The following are the changes from calc version 2.14.2.0 to date:
|
||||
|
||||
Added config("tilde_space", boolean). The "tilde_space" controls
|
||||
whether or not a space (' ') is printed after leading tilde ('~').
|
||||
By default, config("tilde_space") is true, which is a change
|
||||
from past behavior. For example, now:
|
||||
By default, config("tilde_space") is false.
|
||||
|
||||
; 1/3
|
||||
~ 0.33333333333333333333
|
||||
|
||||
With config("tilde_space", 0):
|
||||
For example, with the default, config("tilde_space", 0):
|
||||
|
||||
; 1/3
|
||||
~0.33333333333333333333
|
||||
|
||||
With config("tilde_space", 1):
|
||||
|
||||
; 1/3
|
||||
~ 0.33333333333333333333
|
||||
|
||||
To disable "tilde_space", use config("tilde_space", 0) on the
|
||||
command line and/or use config("tilde_space", 0),; in your ~/.calcrc.
|
||||
Thanks goes to <GitHub use ljramalho> for this suggestion.
|
||||
|
Reference in New Issue
Block a user