Quellcode durchsuchen

Add a few more todos

Luna Stadler vor 4 Jahren
Ursprung
Commit
551e85ca59
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 4 3
      zig/sdl/hello_sdl.zig

+ 4 - 3
zig/sdl/hello_sdl.zig

23
// - open url
23
// - open url
24
// - open shortcuts (logs -> ..., tickets)
24
// - open shortcuts (logs -> ..., tickets)
25
// - history (could be another command + some special keybindings)
25
// - history (could be another command + some special keybindings)
26
// - hex (and other decodes, terminal escapes?)
26
27
27
// output line-by-line -> saved by caller?
28
// output can be reset
29
// incremental output vs. final output/action
28
// TODO: implement suggestions by program
29
// TODO: implement choosing from suggestions
30
// TODO: implement searching through results
30
31
31
const ProcessWithOutput = struct {
32
const ProcessWithOutput = struct {
32
    process: *std.ChildProcess,
33
    process: *std.ChildProcess,