Philipp Emanuel Weidmann
Philipp Emanuel Weidmann
Taking a page out of Sublime Text's great book, Final Term should have its own `Packages` directory in `.config` with the property that any Final Term extension file (`.ftcolors`, `.fttheme`,...
In any case (pun intended), command name parsing should not be case sensitive. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2416417-make-command-names-lower-case?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github).
It does not make sense to scroll partial lines. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1092577-ensure-scroll-distance-is-a-multiple-of-character-height?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F281825&utm_medium=issues&utm_source=github).
- [ ] GPU usage/memory/temperature - [ ] HDD temperature - [ ] Disk I/O - [ ] Network I/O - [ ] Other CPU metrics - [ ] Other...
In `CPUStreamProvider` the streams for each core currently have to retrieve the full CPU statistics whenever `value` is called. This work duplication could be reduced if stream providers were themselves...
Data streams are completely independent of each other, so there is no reason not to update them in parallel.