File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 (when (nempty? apps)
7070 (ui-root cat_flow (Flow) (:flow_flags +flow_down_fill :cat_name name)
7171 (ui-flow header (:flow_flags +flow_right_fill)
72- (. (ui-button toggle (:text (if collapsed " >" " v " )
72+ (. (ui-button toggle (:text (if collapsed " >" " ^ " )
7373 :color *env_title_col* :font *env_medium_terminal_font* ))
7474 :connect +event_toggle)
7575 (ui-title title (:text name :color *env_title_col* )))
125125 cat_data (. categories :find cat_name)
126126 collapsed (not (. cat_data :find :collapsed )))
127127 (. cat_data :insert :collapsed collapsed)
128- (def toggle :text (if collapsed " >" " v " ))
128+ (def toggle :text (if collapsed " >" " ^ " ))
129129 (. grid :set_flags (if collapsed +view_flag_hidden 0 ) +view_flag_hidden)
130130
131131 ; Recalculate size and update scrollbars after visibility change
Original file line number Diff line number Diff line change 88 -h --help: this help info.
99
1010 Simple timing test framework.
11-
11+
1212 To be stable and accurate this should be
1313 run on a single node !
14-
14+
1515 ./run_tui.sh -n 1" )
1616))
1717
Original file line number Diff line number Diff line change 6767 (if opt_wc " -wc" " " )
6868 (if opt_lc " -lc" " " )
6969 (if opt_pc " -pc" " " )
70- " " %0)) jobs))))))
70+ " " %0)) jobs))))))
Original file line number Diff line number Diff line change @@ -409,10 +409,10 @@ Usage: test [options]
409409 -h --help: this help info.
410410
411411 Simple timing test framework.
412-
412+
413413 To be stable and accurate this should be
414414 run on a single node !
415-
415+
416416 ./run_tui.sh -n 1
417417```
418418## time
You can’t perform that action at this time.
0 commit comments