diff options
-rw-r--r-- | hcalc.rst | 2 | ||||
-rw-r--r-- | input.c | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -126,7 +126,7 @@ KEYBOARD Decimal point. Only works in decimal mode (base 10); other bases are integer-only. -**_** +**_** **i** Invert sign. The *+/-* key. **=** **Enter** @@ -306,6 +306,7 @@ key(char c) break; case '_': /* The +/- key */ + case 'i': if (making_number) { if (input_buf[0] == '-') |