Consolatis

Results 63 issues of Consolatis

Makes compiling as easy as: `meson build_dir && meson compile -C build_dir`

I implemented a new StatusBar architecture, the end result is you have status components which can be exposed by any module and used by any statusbar. The system consists of...

~~Not to merge right away, just a request for comments.~~ The idea of the color manager is to never use raw curses color_pairs outside the manger itself but instead use...

The current way the input handling works sometimes causes keycodes (KEY_FIND) or translated escape codes ([1;6H) to be pasted as usual text inside the currently active editor. Testcase: - TERM=vt220...

I just now figured out that to move multiple lines the multi-cursor feature can be used: alt-{up,down} to select, c-x to cut and c-v to paste (also works across files)....

History should also be preserved across editor restarts. Maybe inside ~/.config/suplemon/modules/application_state.json or some other file inside the config directory. Search history could either be preserved per file or globally. Maybe...

enhancement

This is my personal (and very unordered) TODO list for labwc. If somebody feels bored maybe they find something in here to create a proper Issue or PR from. -...

Hardware accelerated rendering: ![regions](https://user-images.githubusercontent.com/35009135/177599782-08737eba-43e2-4a11-b60f-2773eb174eb3.png) Software rendering (pixman) fallback: ![regions_pixman](https://user-images.githubusercontent.com/35009135/189833769-0cb9e6cb-7b2a-4b4c-9479-d05946a216c3.png) Features: - Regions are defined via `rc.xml` based on output size percentages - Keyboard based snapping via new action `` -...