1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Shell
William McPherson bb311b970f Shell: Improve readability of cache_path()
I prefer String::format over StringBuilder here.
Also simplified a weird continue statement.
2019-12-11 12:10:52 +01:00
..
GlobalState.h Shell: Update termios settings to match line discipline. 2019-10-20 10:51:12 +02:00
LineEditor.cpp Shell: Improve readability of cache_path() 2019-12-11 12:10:52 +01:00
LineEditor.h Shell: Improve readability of cache_path() 2019-12-11 12:10:52 +01:00
main.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Parser.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00