-
Notifications
You must be signed in to change notification settings - Fork 86
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
Duplicate commands should not append to the live command history #99
Comments
very much agreed
…On Sun, Sep 17, 2017 at 12:14 AM Poindexter Frink ***@***.***> wrote:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#99>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPEcG42z57v7ey5utKkjdPlBV8hB794ks5sjJyigaJpZM4PaCJC>
.
|
Additionally, the history consumes 1056 bytes. Is this a decent candidate for the heap? It would reduce size on flash, and we already require malloc. |
AFAIK uninitialised data doesn’t consume space in the ROM http://samdoshi.com/post/2016/10/avr32-ram-and-rom-usage/ But I will admit that it’s all a bit confusing. Can you post the output from |
D'oh. Of course. I suppose it only matters to RAM. |
fixed in scanner-darkly@331a537 |
No description provided.
The text was updated successfully, but these errors were encountered: