Karl Dahlke wrote on Wed, Jul 12, 2017: > The mask bit would get around this. > > bool masked:1;
I have done that, you can find a new version in the pull request: https://github.com/CMB/edbrowse/pull/29 > if(t->masked || t->inp_minor == INP_PW) { put in stars } I preferred setting the masked flag when we set minor INP_PW instead Since the masking/ipass commands no longer use the itype_minor field, I have pushed it off separately, you can find it here: https://github.com/martinetd/edbrowse/tree/itype_minor This includes moving 'number' onto inp_others and displays it in parenthesis in infShow, so a number would look like this with i? "text (number) num_field_id" (I have also left the curl auth patch in my master branch, on top of it again) I am still not convinced about github pull request system, but once this gets in I will submit another PR for itype_minor if that is fine with you (and eventually a third for the curl auth patch, if we can hear back from Adam) -- Dominique _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
