-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(termux): add workaround for Android backspace issue #3251
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.
|
@@ -30,6 +30,7 @@ main() { | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.md
and documents an issue with the backspace key on Android.Fixes #3079