damanis
damanis
Seems, --geometry can be used, but still need the option to disable save/restore geometry.
@jgehrig It is feature request. I didn't asked ```--start-position``` option, but vise versa, I requested a parameter to make save/load geometry optional. (I just commented out relevant code and build...
@akiyosi I configure shortcuts in window manager (WindowMaker). But same effect with wmctrl: wmctrl -i -r -b "add,maximized_horz"
@akiyosi > Do you want to set a negative value to make the line spacing tighter? Yes, I prefer compact lines, but now for same lines number on the screen...
> Also, negative values for linespace have no effect in the current implementation Do you mean in current goneovim implementation? In nvui, for example, it works.
Font size is not same as linespace. May be Go ported QT does not support negative linespace, but original does (used by neovim-qt).
@akiyosi In general, it works. But there are some rendering problem when cursor is moved (with linespace=-1).  This is normal state. After press twice 'k' (move cursor two lines...
@akiyosi Seems, goneovim adds extra space between lines. I used compact fonts, so text should be compacted ever with linespace=0. There are two examples, both use same font and linespace=0...
@akiyosi Yes, I saw the code. It gets from qt gui float64 metrics, not integer. Maybe math.ceil rounds up?
@akiyosi I checked nvim-qt code - it uses QFontMetrics, not QFontMetricsF.