docs(termux): add workaround for Android backspace issue#3251
docs(termux): add workaround for Android backspace issue#3251repo-ranger[bot] merged 3 commits intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3251 +/- ##
=======================================
Coverage 46.90% 46.90%
=======================================
Files 23 23
Lines 1196 1196
Branches 237 237
=======================================
Hits 561 561
Misses 451 451
Partials 184 184 Continue to review full report at Codecov.
|
| doctoc --title '# Maintaining' docs/MAINTAINING.md >/dev/null | ||
| doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null | ||
| doctoc --title '# iPad' docs/ipad.md >/dev/null | ||
| doctoc --title '# Termux' docs/termux.md >/dev/null |
There was a problem hiding this comment.
unrelated to your change, I'm just curious why --title is needed with these, I thought it would just read the h1/# already in the file?
There was a problem hiding this comment.
lol honestly...i don't know the answer to that 🤷♂️
maybe @code-asher has historical context
it does seem like there could be a better way to do this though...
There was a problem hiding this comment.
No big deal, I imagine that we can tackle that sort of clean up when we make a nice doc site :)
9505244 to
c16845b
Compare
This PR adds a new doc called
termux.mdand documents an issue with the backspace key on Android.Fixes #3079