Eolien55

Results 7 issues of Eolien55

`custom6.css` has, for colors : - Variables, like `draculaCyan` - Hard-coded hexadecimal colors, like `#6272a4` - Hard-coded rgba colors, like `rgba(46,50,66,1)` I think it would be better to replace the...

XKCD's host was xkcd.org, but it is xkcd.com now

Before, when resolution was high (72000 is enough), some operations would overflow. For example, given this roff file: ``` .EQ x \(mo R .EN ``` neateqn would try to figure...

### Please fill out the following: - **Sway Version:** - sway version 1.9 - **Debug Log:** - https://gist.github.com/Eolien55/ff4b632ba35326496ec3255ee378d3a9 Note that I exited using `pkill sway`. - **Configuration File:** - Default...

bug

When no character is specified, neatroff draws a line using veritcal and horizontal bars. This can be problematic in some cases (fonts used, little gap that looks odd in print,...

A new drawing primitive, mirroring groff's, was introduced: \D't'. It allows directly setting line width using units. \D't 1i' has expected results (a line width of an inch), whereas .nr...

The number register \n(.d does not contain the vertical position until wb is put into fmt. This is problematic for drawing functions because relative positions such as |1i are not...