K Lange

Results 47 issues of K Lange

Songs like /afs/acm.uiuc.edu/media/music/cclausen/djdoboy/dj_doboy-trancequility_volume_11.mp3 do not display properly on the new UI because they lack tags. Reimplement or reuse the function from the old UI that displayed the file name instead...

webui
newui

A number of fixes have been made to Bim 3 that should be applicable to pre-Kuroko codebase. It would be nice for users looking for a small "pure C" editor...

Probably a `set` command line in Vim. Also, replacing the current bimrc format with a script containing commands would be a good way to unify things.

- Parse the extended data from "format 2" - Exclude locals from other files - should be easy, just ignore stuff with the `l` extended type when `file` isn't us...

There's technically nothing really stopping us from showing multiple views of the same open file, to allow for things like splits, but there's some rendering and mouse input handling to...

enhancement

Bim being a single C source file is a legacy holdover from ToaruOS's build system. Bim (~6850) is the largest application in ToaruOS at over twice the LoC of the...

Vim has a "VISUAL BLOCK" mode that would be nice to replicate - it's kind of a light version of multiple cursors as well.

enhancement

This ticket tracks functionality planned for ToaruOS 2.1, which is focused on releasing AArch64 support. ## Bug fixes and general improvements added since 2.0.1 - Several bugs have been fixed:...

This ticket tracks the status of support for AArch64 in Misaka and the rest of ToaruOS. As of 2022-02-09, most essential functionality is available. SMP, basic memory management, processes, threads,...

kernel

Basic bringup is completed for the RPi400 and ToaruOS can reach a desktop and run applications on one core. This ticket tracks incomplete functionality. - [x] SMP: spin up other...