bric
bric copied to clipboard
bric is a text editor based on kilo.
If you see we are missing a translation from your native language, please add it and submit a pull request. Please [open a ticket](https://github.com/shnupta/bric/issues/new) first so people don't submit the...
SYSCONFDIR can be passed to bric during compiling. it defaults to /usr/local/etc and can be changed during compile-time by using a `../configure` option. It's coded in as a `define` directive...
A sample config file is shown on the README. This should be added to the distribution as `.bricrc`
If the tags file is incorrectly formatted, bric will segfault when using the tagstack function. To generate the correct tags file, the user must use Exuberant Ctags. On Debian, the...
Allow the previous few operations to be undone by the user. __Current undo needs:__ - Should bind to ctrl-z in insert mode - Should bind to ctrl-z and u in...
The readme should contain a brief overview of each section with links to each individual file that goes into more depth
When quitting via ctrl-Q in insert mode, the file lock is not removed. I'm not sure if that's intended, but if not I would be glad to fix it to...
Write a brief documentation file on how the editor works (from 0.0.2) and the basics of some of the key components of the editor.
Split the header and source file into files based on their implementations such as low level terminal handling, movement etc...