aksr
aksr
Smatch is a static analysis tool for C. Most of the checks are for the linux kernel, it uses _sparse_ as a C parser: http://smatch.sourceforge.net/ http://repo.or.cz/w/smatch.git
1. Have a directory with >255 files. 2. Execute `sam *`. 3. `samterm:panic: menuins: Resource temporarily unavailable` **Edit**: It's a samterm's limitation in `samterm.h`: `#define MAXFILES 256 Plan9port's `sam` doesn't...
1. Open a non-existing file, e.g.: `sam nonexistingfile`. 2. Execute, for example, `q` or `w`. 3. Cursor changes and it's impossible to quit (etc.) without *opening the window* of the...
1. Open `sam`. 2. Create (one or) two files via `new` from the RMB-menu. 3. Give them names via `f` command, for example: `f 1` `f 2`. (**names should be...
I like plan9's colors. Would you consider making **selection** color (and **scrollbar**'s *two* colors) configurable?
Arch Linux (up-to-date) https://privatepaste.com/0156f5a96f
``` $ make dune build File "dune-project", line 1, characters 11-14: Error: Version 1.1 of dune is not supported. Supported versions: - 0.0 - 1.0 make: *** [Makefile:3: _build/install/default/bin/orpie] Error...
1. `` command flatten :execute '!find -maxdepth %a -not -path "*/\.*" %%U'`` (*or* ``command flat :execute '!lr %%U'`` lr: https://github.com/leahneukirchen/lr) 2. execute, for example, ``:flatten 2`` (*or* ``:flat``) 3. ``:restart...
Hi knopwob, **Thank you** for dunst. Since _almost_ everything in dunst is configurable, it would nice if elapsed time (_age_) color is configurable. The thing that bothers me now is...