Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed to main at tomo/backend 2024-09-04 10:31:33 -06:00
9079aca993 Fix segfault in lineHome
sashakoshka pushed to main at tomo/backend 2024-09-04 10:27:36 -06:00
70d6759884 Add basic line home/end
sashakoshka pushed to main at tomo/backend 2024-09-03 23:37:35 -06:00
2f828b1ae8 Add up/down keynav
sashakoshka opened issue tomo/backend#10 2024-09-03 20:48:39 -06:00
TextBox has poor multiline keynav
sashakoshka closed issue tomo/backend#9 2024-09-03 19:50:20 -06:00
TextBox has trouble with line breaks
sashakoshka pushed to main at tomo/backend 2024-09-03 19:50:04 -06:00
c1c0d2125d Update TypeSet
sashakoshka commented on issue tomo/typeset#3 2024-09-03 19:47:19 -06:00
Tabs are not laid out properly

This should probably happen in the alignment phase. WordLayouts are separated by whitespace and can be moved around easier, and data from the TypeSetter (tab size, font face) is required

sashakoshka pushed tag v0.8.0 to tomo/typeset 2024-09-03 19:44:05 -06:00
sashakoshka released v0.8.0 at tomo/typeset 2024-09-03 19:44:05 -06:00
sashakoshka closed issue tomo/typeset#5 2024-09-03 19:22:40 -06:00
Empty lines after line breaks are positioned wrong
sashakoshka pushed to main at tomo/typeset 2024-09-03 19:22:40 -06:00
0beef86c58 TypeSetter.forInternal resets last known rune bound on new line
sashakoshka opened issue tomo/typeset#5 2024-09-03 19:08:23 -06:00
Empty lines after line breaks are positioned wrong
sashakoshka closed issue tomo/typeset#4 2024-09-03 16:38:49 -06:00
Tofu at the end of text
sashakoshka pushed to main at tomo/typeset 2024-09-03 16:38:49 -06:00
6a60458484 Create another For iterator that leaves out the fake null rune
sashakoshka commented on issue tomo/typeset#4 2024-09-03 16:22:43 -06:00
Tofu at the end of text

This does not seem to be inserted by the layout functions

sashakoshka commented on issue tomo/typeset#4 2024-09-03 16:11:06 -06:00
Tofu at the end of text

Why is it a null????????????????

sashakoshka opened issue tomo/typeset#4 2024-09-03 16:04:35 -06:00
Tofu at the end of text
sashakoshka commented on issue tomo/typeset#3 2024-09-03 16:02:42 -06:00
Tabs are not laid out properly

It also needs to advance to the next tab stop instead of simply inserting spaces - this is rather important

sashakoshka opened issue tomo/typeset#3 2024-09-03 16:02:16 -06:00
Tabs are not laid out properly
sashakoshka closed issue tomo/typeset#2 2024-09-03 15:59:49 -06:00
Non-printable characters, certain whitespace are not properly accounted for