rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Column widths adjust strangely on window resize #466

Open rjkroege opened 1 year ago

rjkroege commented 1 year ago

Changing window sizes (e.g. as a result of going fullscreen / not-fullscreen in response to an altered screen configuration seems to round the column widths in an unstable way. This is annoying. (While I'm at it, Edwood should be able to add / remove columns based on the width of the window. Ideally via an external helper.)

dertuxmalwieder commented 1 year ago

(While I'm at it, Edwood should be able to add / remove columns based on the width of the window. Ideally via an external helper.)

Also, it should start with only one column IMO.

paul-lalonde commented 1 year ago

It should read a default dump to set up its initial layout the way you like it ;-) So my startup script looks for "edwood.dump" if I don't specify a -l argument.