havoc icon indicating copy to clipboard operation
havoc copied to clipboard

minimal terminal emulator for wayland

Results 9 havoc issues
Sort by recently updated
recently updated
newest added

I'm running havoc git on sway on arch linux. If I set my font to RobotoMono in havoc.cfg like so: [font] path=/usr/share/fonts/TTF/RobotoMono-Regular.ttf then the box drawing characters aren't displayed correctly...

Fonts like Nerd Fonts use double-width symbols to allow using icons in shell prompts and tmux statuslines. Currently, double-width characters are cut-off at half their width.

Currently, only a single path to a TrueType font is supported. Supporting multiple fonts for bold/italic styles would be appreciated. Many fonts (inc. Nerd Fonts) are only available as `.otf`...

This adds the necessary logic to be able to compile and use havoc under FreeBSD.

currently always `havoc` displayed in the title bar and never changes. title should be dynamic and provided title by shell should be displayed instead.

- [x] don't push things into scrollback unnecessarily when reducing size - [ ] move things from the scrollback onto the main screen when increasing size - [ ] don't...

Hello again, ii8. In some terminal emulators, double-clicking on a word selects that word and triple-clicking on a word selects the whole line that word appears on. Havoc is not...

enhancement

Could there be an option, as an alternative to `program`, to start as a login shell?

enhancement

Havoc should probably support reading a bold variant of the selected font. This could be done with FontConfig, or by adding a `bold` setting under `[font]`.

enhancement