bitwise
bitwise copied to clipboard
Terminal based bit manipulator in ncurses
**Describe the bug** bitwise fails to compile. **Expected behavior** successful compilation **Screenshots** ``` /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/cmd.o: undefined reference to symbol 'nodelay' /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line...
**Describe the bug** Overflow not handled elegantly **To Reproduce** Steps to reproduce the behavior: 1. Set width to a low amount eg: `:width 8` 2. Add two numbers that total...
Hey, have added the git package in MPR, would like to show that in packaging status as well that its available as MPR package. Kindly find the links for your...
Attempt at fixing #42. This seems too simple to work, but the tests pass and from playing around with it on the command line everything looks ok to me. Maybe...
If I pass more than 8 bytes ASCII: field only show dots (.........). Will it be a problem to display more than 8 characters, or at least keep the first...
**Describe the bug** Parser fails to parse expression that starts with negative number **To Reproduce** ``` # bitwise -- -4 Couldn't parse expression: -4 ``` **Expected behavior** Parser should be...
Whenever I open bitwise inside tmux my default colors are swapped to black foreground on white background. I do believe that's because some color resetting[1] happening after we call start_colors()....
Allow copying result to clipboard using a keybind, This isn't not portable across OS's but this could be added with a compilation flag specifically for Linux.
I use dark background themes on my terminals. In VIM I `set bg=dark`. The color palette that bitwise uses makes it difficult to see some things (e.g., those in dark...