Skip to content

better-CLI supports a tiny history feature for the native environment. - #11

Open
tanupoo wants to merge 1 commit into
OlegHahm:masterfrom
tanupoo:master
Open

better-CLI supports a tiny history feature for the native environment.#11
tanupoo wants to merge 1 commit into
OlegHahm:masterfrom
tanupoo:master

Conversation

@tanupoo

@tanupoo tanupoo commented Nov 20, 2015

Copy link
Copy Markdown

Hi Oleg,

I have sent the pull request for my changes to add a tiny better CLI. After all, my change increases 2456 bytes of the text size, and 8 bytes of bss.

This change assumes that the terminal is xterm or something like this, and supposes values of the TCap codes because it does not use ncurses to avoid from increasing code size. See $(RIOT)/Makefile.include for detail.

I have written detail in $(RIOT)/Makefile.include. Briefly, "USE_BETTER_CLI=1 make" enables this feature.

I noticed that there are lots of differences between RIOT original repository and your repository for CCN. I have made modifications for both. So, if you need the diff from the original repository. Please tell me.

Thanks,
Shoichi

It assumes that the terminal is xterm or something like this, and supposes values
of the TCap codes because it does not use ncurses to avoid from increasing code size.
See $(RIOT)/Makefile.include for detail.
@OlegHahm

Copy link
Copy Markdown
Owner

Hey Shoichi,
I think this looks helpful (at least for native, but even for many of the not completely constrained devices). Can you open a PR directly against RIOT master?

Thanks,
Oleg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants