history command

This commit is contained in:
Arthur Beck 2025-05-06 16:58:24 -05:00
parent f96a1292e7
commit 82fa923bff

View file

@ -521,7 +521,7 @@ pub fn _while(args: Vec<String>, _: String, state: &mut super::State) -> i32 {
/// shh
pub fn gay(_: Vec<String>, _: String, state: &mut super::State) -> i32 {
state.in_mode = true;
state.in_mode = !state.in_mode;
0
}