mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 04:37:10 +00:00
up/down arrow unicode symbols
This commit is contained in:
@@ -381,7 +381,7 @@ int main(int argc, char ** argv) {
|
|||||||
// Greek capital letters
|
// Greek capital letters
|
||||||
"Δ", "Ω", "Θ", "Λ", "Γ", "Ξ", "Π", "Σ", "Φ", "Ψ",
|
"Δ", "Ω", "Θ", "Λ", "Γ", "Ξ", "Π", "Σ", "Φ", "Ψ",
|
||||||
// other symbols
|
// other symbols
|
||||||
"⌫", "⏎", "←", "→", "␣",
|
"⌫", "⏎", "←", "→", "␣", "↑", "↓",
|
||||||
// international letters
|
// international letters
|
||||||
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż"
|
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż"
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user